home *** CD-ROM | disk | FTP | other *** search
/ IRIX Installation Tools & Overlays 2002 November / SGI IRIX Installation Tools & Overlays 2002 November - Disc 4.iso / dist / motif21_dev.idb / usr / Motif-2.1 / include / Xm / LabelG.h.z / LabelG.h
C/C++ Source or Header  |  2002-10-15  |  1KB  |  57 lines

  1. /* 
  2.  *  @OSF_COPYRIGHT@
  3.  *  COPYRIGHT NOTICE
  4.  *  Copyright (c) 1990, 1991, 1992, 1993 Open Software Foundation, Inc.
  5.  *  ALL RIGHTS RESERVED (MOTIF). See the file named COPYRIGHT.MOTIF for
  6.  *  the full copyright text.
  7. */ 
  8. /* 
  9.  * HISTORY
  10. */ 
  11. /*   $XConsortium: LabelG.h /main/11 1995/07/13 17:31:23 drk $ */
  12. /*
  13. *  (c) Copyright 1989, DIGITAL EQUIPMENT CORPORATION, MAYNARD, MASS. */
  14. /*
  15. *  (c) Copyright 1987, 1988, 1989, 1990, 1991, 1992 HEWLETT-PACKARD COMPANY */
  16. #ifndef _XmLabelG_h
  17. #define _XmLabelG_h
  18.  
  19. #include <Xm/Xm.h>
  20.  
  21. #ifdef __cplusplus
  22. extern "C" {
  23. #endif
  24.  
  25. /*  Widget class and record definitions  */
  26.  
  27.  
  28. externalref WidgetClass xmLabelGadgetClass;
  29.  
  30. typedef struct _XmLabelGadgetClassRec * XmLabelGadgetClass;
  31. typedef struct _XmLabelGadgetRec      * XmLabelGadget;
  32. typedef struct _XmLabelGCacheObjRec   * XmLabelGCacheObject;
  33.  
  34. /*fast subclass define */
  35. #ifndef XmIsLabelGadget
  36. #define XmIsLabelGadget(w)     XtIsSubclass(w, xmLabelGadgetClass)
  37. #endif /* XmIsLabelGadget */
  38.  
  39.  
  40. /********    Public Function Declarations    ********/
  41.  
  42. extern Widget XmCreateLabelGadget( 
  43.                         Widget parent,
  44.                         char *name,
  45.                         Arg *arglist,
  46.                         Cardinal argCount) ;
  47.  
  48. /********    End Public Function Declarations    ********/
  49.  
  50.  
  51. #ifdef __cplusplus
  52. }  /* Close scope of 'extern "C"' declaration which encloses file. */
  53. #endif
  54.  
  55. #endif /* _XmLabelG_h */
  56. /* DON'T ADD ANYTHING AFTER THIS #endif */
  57.